home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 419_01 / odmg10 / config / osfLib.tmpl < prev    next >
Encoding:
Text File  |  1993-06-26  |  2.7 KB  |  69 lines

  1. /*
  2.  * *****************************************************************
  3.  * *                                                               *
  4.  * *       Copyright (c) Digital Equipment Corporation, 1992       *
  5.  * *                                                               *
  6.  * *   All Rights Reserved.  Unpublished rights  reserved  under   *
  7.  * *   the copyright laws of the United States.                    *
  8.  * *                                                               *
  9.  * *   The software contained on this media  is  proprietary  to   *
  10.  * *   and  embodies  the  confidential  technology  of  Digital   *
  11.  * *   Equipment Corporation.  Possession, use,  duplication  or   *
  12.  * *   dissemination of the software and media is authorized only  *
  13.  * *   pursuant to a valid written license from Digital Equipment  *
  14.  * *   Corporation.                                                *
  15.  * *                                                               *
  16.  * *   RESTRICTED RIGHTS LEGEND   Use, duplication, or disclosure  *
  17.  * *   by the U.S. Government is subject to restrictions  as  set  *
  18.  * *   forth in Subparagraph (c)(1)(ii)  of  DFARS  252.227-7013,  *
  19.  * *   or  in  FAR 52.227-19, as applicable.                       *
  20.  * *                                                               *
  21.  * *****************************************************************
  22.  */
  23. /*
  24.  * HISTORY
  25.  */
  26. /*
  27.  * OSF shared library template
  28.  */
  29.  
  30.  
  31.       USRSHLIBDIR = UsrShLibDir
  32. #ifdef ShLibFlags
  33.        SHLIBFLAGS = ShLibFlags
  34. #endif
  35.  
  36. #if SharedLibXext
  37.   DEPEXTENSIONLIB = _UseCat($(USRSHLIBDIR),$(EXTENSIONSRC)/lib,/libXext.so) 
  38.      EXTENSIONLIB = _Use(-lXext,$(DEPEXTENSIONLIB))
  39. #endif
  40. #if SharedLibX
  41.           DEPXLIB = $(DEPEXTENSIONLIB) _UseCat($(USRSHLIBDIR),$(XLIBSRC),/libX11.so) 
  42.              XLIB = _Use(-lXext -lX11,$(DEPXLIB))
  43. #endif
  44. #if SharedLibXmu
  45.         DEPXMULIB = _UseCat($(USRSHLIBDIR),$(XMUSRC),/libXmu.so) 
  46.            XMULIB = _Use(-lXmu,$(DEPXMULIB))
  47. #endif
  48. #if SharedOldLibX
  49.        DEPOLDXLIB = _UseCat($(USRSHLIBDIR),$(OLDXLIBSRC),/liboldX.so) 
  50.           OLDXLIB = _Use(-loldX,$(DEPOLDXLIB))
  51. #endif
  52. #if SharedLibXt
  53.       DEPXTOOLLIB = _UseCat($(USRSHLIBDIR),$(TOOLKITSRC),/libXt.so) $(DEPXMULIB)
  54.          XTOOLLIB = _Use(-lXt,$(DEPXTOOLLIB))
  55.      XTOOLLIBNOMU = _Use(-lXt, _UseCat($(USRSHLIBDIR),$(TOOLKITSRC),/libXt.so))
  56. #endif
  57. #if SharedLibXaw
  58.         DEPXAWLIB = _UseCat($(USRSHLIBDIR),$(AWIDGETSRC),/libXaw.so) 
  59.            XAWLIB = _Use(-lXaw,$(DEPXAWLIB))
  60. #endif
  61. #if SharedLibXinput
  62.         DEPXILIB = _UseCat($(USRSHLIBDIR),$(XILIBSRC),/libXi.a) 
  63.            XILIB = _Use(-lXi,$(DEPXILIB))
  64. #endif
  65. #if SharedLibXTest
  66.         DEPXTESTLIB = _UseCat($(USRSHLIBDIR),$(XTESTLIBSRC),/libXtst.sa.$(SOXTESTREV)) 
  67.            XTESTLIB = _Use(-lXtst,$(DEPXTESTLIB))
  68. #endif
  69.